home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 5-Fonts & Software / Demo Software / Canvas™ 2.1.1 Demo / PPD Folder / LWNTX470.PPD < prev    next >
Encoding:
PostScript Printer Description  |  1988-04-13  |  10.1 KB  |  319 lines

  1. *% Adobe PostScript(R) Printer Description File
  2. *% For "LaserWriter II NTX" version 47.0
  3. *% Produced by "GETapd.ps" version 2.0 edit 48
  4. *%
  5. *% Copyright 1988 Adobe Systems Incorporated.  All Rights Reserved.
  6. *% Permission is granted for redistribution of this file as
  7. *% long as this copyright notice is intact and the contents
  8. *% of the file is not altered in any way from its original form.
  9. *%
  10. *% The byte count of this file should be exactly 010316.
  11. *%
  12. *% Date: <2/25/88>
  13. *FormatVersion: "2.0"
  14. *FileVersion: "1.0"
  15. *LanguageVersion: English
  16.  
  17. *Product: "(LaserWriter II NTX)"
  18. *PSVersion: "(47.0) 1"
  19. *NickName: "Apple LaserWriter II NTX v47.0"
  20.  
  21. *% General Information and Defaults ===============
  22. *ColorDevice: False
  23. *FileSystem: True
  24. *?FileSystem: "
  25. save statusdict begin
  26.     (False) /diskstatus where{
  27.         pop diskstatus exch pop 0 ne {pop (True)} if
  28.     }if = flush
  29. end restore
  30. "
  31. *End
  32. *Throughput: "8"
  33. *Password: "0"
  34. *ExitServer: "serverdict begin exitserver"
  35. *FreeVM: "434204"
  36. *Reset: "
  37. serverdict begin 0 exitserver
  38. systemdict /quit get exec
  39. (WARNING : Printer Reset Failed.) = flush
  40. "
  41. *End
  42. *VariablePaperSize: False
  43.  
  44. *DefaultResolution: 300dpi
  45. *?Resolution: "
  46. save
  47.   initgraphics
  48.   0 0 moveto currentpoint matrix defaultmatrix transform
  49.   0 72 lineto currentpoint matrix defaultmatrix transform
  50.   3 -1 roll sub dup mul
  51.   3 1 roll exch sub dup mul
  52.   add sqrt round cvi
  53.   (          ) cvs print (dpi) = flush
  54. restore
  55. "
  56. *End
  57.  
  58. *% Halftone Information ===============
  59. *ScreenFreq: "60.0"
  60. *ScreenAngle: "45.0"
  61. *DefaultScreenProc: Dot
  62. *ScreenProc Dot: "
  63. {dup mul exch dup mul add 1.0 exch sub }
  64. "
  65. *End
  66. *ScreenProc Line: "{ pop }"
  67. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  68.  
  69. *DefaultTransfer: Null
  70. *Transfer Null: "{ }"
  71. *Transfer Null.Inverse: "{ 1 exch sub }"
  72. *Transfer Normalized: "{ }"
  73. *Transfer Normalized.Inverse: "{ 1 exch sub }"
  74.  
  75. *% Paper Handling ===================
  76.  
  77. *% Use these entries to set paper size most of the time, unless there is
  78. *% specific reason to use PageRegion or PaperTray.
  79. *DefaultPageSize: Letter
  80. *PageSize Letter: "statusdict begin lettertray end"
  81. *PageSize Legal: "statusdict begin legaltray end"
  82. *PageSize A4: "statusdict begin a4tray end"
  83. *PageSize B5: "statusdict begin b5tray end"
  84. *PageSize LetterSmall: "statusdict begin lettertray lettersmall end"
  85. *PageSize A4Small: "statusdict begin a4tray a4small end"
  86. *?PageSize: "
  87.  save statusdict begin
  88.  /papersize where{ pop
  89.   12 dict begin
  90.    /lettertray (Letter) def /legaltray (Legal) def
  91.    /11x17tray (Tabloid) def /ledgertray (Ledger) def
  92.    /a3tray (A3) def /a4tray (A4) def
  93.    /a5tray (A5) def /b4tray (B4) def
  94.    /b5tray (B5) def /executivetray (Executive) def
  95.    papersize {
  96.      {load exec} stopped not{= flush}if
  97.    }{
  98.      {load exec} stopped not{print (.Transverse) = flush}if
  99.    }ifelse
  100.   end
  101.  }{
  102.   /pagetype where{pop[(Letter)(Legal)]pagetype dup 1 gt{pop 1}if get = flush}if
  103.  }ifelse
  104.  end restore
  105. "
  106. *End
  107.  
  108. *% These entries will set up the frame buffer. Usually used with manual feed.
  109. *DefaultPageRegion: Letter
  110. *PageRegion Letter: "letter"
  111. *PageRegion Legal: "legal"
  112. *PageRegion Note: "note"
  113. *PageRegion A4: "a4"
  114. *PageRegion B5: "b5"
  115. *PageRegion LetterSmall: "lettersmall"
  116. *PageRegion A4Small: "a4small"
  117.  
  118. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  119. *% These errors should be trapped by software and a message displayed
  120. *DefaultPaperTray: None
  121. *PaperTray Letter: "statusdict begin lettertray end"
  122. *PaperTray Legal: "statusdict begin legaltray end"
  123. *PaperTray A4: "statusdict begin a4tray end"
  124. *PaperTray B5: "statusdict begin b5tray end"
  125.  
  126. *% The following entries provide information about specific paper keywords.
  127. *DefaultImageableArea: Letter
  128. *ImageableArea Letter: "15 8 597 784 "
  129. *ImageableArea Legal: "15 8 597 1000 "
  130. *ImageableArea Note: "31 31 583 761 "
  131. *ImageableArea A4: "13 10 577 832 "
  132. *ImageableArea B5: "21 10 500 715 "
  133. *ImageableArea LetterSmall: "31 31 583 761 "
  134. *ImageableArea A4Small: "27 31 567 811 "
  135. *?ImageableArea: "
  136.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  137.   newpath clippath pathbbox
  138.   4 -2 roll exch 2 {ceiling cvp} repeat
  139.   exch 2 {floor cvp} repeat flush
  140.  restore
  141. "
  142. *End
  143.  
  144. *% These provide the physical dimensions of the paper (by keyword)
  145. *DefaultPaperDimension: Letter
  146. *PaperDimension Letter: "612 792"
  147. *PaperDimension Legal: "612 1008"
  148. *PaperDimension Note: "612 792"
  149. *PaperDimension A4: "595 842"
  150. *PaperDimension B5: "516 729"
  151. *PaperDimension LetterSmall: "612 792"
  152. *PaperDimension A4Small: "595 842"
  153.  
  154. *DefaultOutputBin: Upper
  155. *DefaultInputSlot: None
  156.  
  157. *DefaultManualFeed: False
  158. *?ManualFeed: "statusdict /manualfeed get
  159.  {(True)}{(False)}ifelse = flush"
  160. *End
  161. *ManualFeed True: "statusdict begin /manualfeed true store end"
  162. *ManualFeed False: "statusdict begin /manualfeed false store end"
  163.  
  164. *DefaultOutputOrder: Normal
  165.  
  166. *DefaultCollator: None
  167. *DefaultSorter: None
  168. *DefaultDuplex: None
  169.  
  170. *% Font Information =====================
  171.  
  172. *DefaultFont: Courier
  173. *Font AvantGarde-Book: Standard "(001.001)"
  174. *Font AvantGarde-BookOblique: Standard "(001.001)"
  175. *Font AvantGarde-Demi: Standard "(001.001)"
  176. *Font AvantGarde-DemiOblique: Standard "(001.001)"
  177. *Font Bookman-Demi: Standard "(001.001)"
  178. *Font Bookman-DemiItalic: Standard "(001.001)"
  179. *Font Bookman-Light: Standard "(001.001)"
  180. *Font Bookman-LightItalic: Standard "(001.001)"
  181. *Font Courier: Standard "(001.004)"
  182. *Font Courier-Bold: Standard "(001.004)"
  183. *Font Courier-BoldOblique: Standard "(001.004)"
  184. *Font Courier-Oblique: Standard "(001.004)"
  185. *Font Helvetica: Standard "(001.001)"
  186. *Font Helvetica-Bold: Standard "(001.001)"
  187. *Font Helvetica-BoldOblique: Standard "(001.001)"
  188. *Font Helvetica-Narrow: Standard "(001.000)"
  189. *Font Helvetica-Narrow-Bold: Standard "(001.000)"
  190. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)"
  191. *Font Helvetica-Narrow-Oblique: Standard "(001.000)"
  192. *Font Helvetica-Oblique: Standard "(001.001)"
  193. *Font NewCenturySchlbk-Bold: Standard "(001.002)"
  194. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)"
  195. *Font NewCenturySchlbk-Italic: Standard "(001.001)"
  196. *Font NewCenturySchlbk-Roman: Standard "(001.002)"
  197. *Font Palatino-Bold: Standard "(001.000)"
  198. *Font Palatino-BoldItalic: Standard "(001.000)"
  199. *Font Palatino-Italic: Standard "(001.000)"
  200. *Font Palatino-Roman: Standard "(001.000)"
  201. *Font Symbol: Special "(001.001)"
  202. *Font Times-Bold: Standard "(001.001)"
  203. *Font Times-BoldItalic: Standard "(001.001)"
  204. *Font Times-Italic: Standard "(001.001)"
  205. *Font Times-Roman: Standard "(001.001)"
  206. *Font ZapfChancery-MediumItalic: Standard "(001.002)"
  207. *Font ZapfDingbats: Special "(001.000)"
  208. *?FontQuery: "
  209. save  4 dict begin /sv exch def
  210. /str (fonts/                              ) def
  211. /st2 30 string def
  212. {
  213.   count 0 gt {
  214.     dup FontDirectory exch known {pop 1}{
  215.      str exch st2 cvs dup length /len exch def
  216.      6 exch putinterval str 0 len 6 add getinterval mark exch
  217.      { } st2 filenameforall counttomark 0 gt {
  218.       cleartomark 1}{cleartomark 0}ifelse
  219.     }ifelse = flush
  220.   }{ exit } ifelse
  221. } bind loop sv end restore
  222. "
  223. *End
  224.  
  225. *?FontList: "
  226. FontDirectory { pop == flush } forall 
  227. /filenameforall where { 
  228.  pop save (fonts/*) { 
  229.   dup length 6 sub 6 exch getinterval == flush 
  230.  } 128 string filenameforall restore
  231. } if 
  232. (*) = flush
  233. "
  234. *End
  235.  
  236. *% Printer Messages (verbatim from printer):
  237. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  238. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  239. *Message: "\FontName\ not found, using Courier"
  240.  
  241. *% Status (format: %%[ status: <one of these> ]%% )
  242. *Status: "idle"
  243. *Status: "busy"
  244. *Status: "waiting"
  245. *Status: "printing"
  246. *Status: "warming up"
  247. *Status: "PrinterError: timeout, clearing printer"
  248. *Status: "PrinterError: warming up"
  249. *Status: "PrinterError: service call"
  250. *Status: "PrinterError: paper entry misfeed"
  251. *Status: "PrinterError: no toner cartridge"
  252. *Status: "PrinterError: paper entry misfeed"
  253.  
  254. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  255. *Source: "serial9"
  256. *Source: "serial25"
  257. *Source: "AppleTalk"
  258.  
  259. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  260. *PrinterError: "timeout, clearing printer"
  261. *PrinterError: "warming up"
  262. *PrinterError: "service call"
  263. *PrinterError: "paper entry misfeed"
  264. *PrinterError: "no toner cartridge"
  265. *PrinterError: "paper entry misfeed"
  266.  
  267. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  268.  
  269. *% Color Separation Information =====================
  270.  
  271. *DefaultColorSep: ProcessCyan.60lpi/60 lpi
  272.  
  273. *InkName: ProcessCyan/Process Cyan
  274. *InkName: ProcessMagenta/Process Magenta
  275. *InkName: ProcessYellow/Process Yellow
  276. *InkName: ProcessBlack/Process Black
  277. *InkName: CustomColor/Custom Color
  278.  
  279. *ColorSepScreenAngle ProcessCyan.60lpi/60 lpi: "15"
  280. *ColorSepScreenAngle ProcessMagenta.60lpi/60 lpi: "75"
  281. *ColorSepScreenAngle ProcessYellow.60lpi/60 lpi: "0"
  282. *ColorSepScreenAngle ProcessBlack.60lpi/60 lpi: "45"
  283. *ColorSepScreenAngle CustomColor.60lpi/60 lpi: "45"
  284.  
  285. *ColorSepScreenFreq ProcessCyan.60lpi/60 lpi: "60"
  286. *ColorSepScreenFreq ProcessMagenta.60lpi/60 lpi: "60"
  287. *ColorSepScreenFreq ProcessYellow.60lpi/60 lpi: "60"
  288. *ColorSepScreenFreq ProcessBlack.60lpi/60 lpi: "60"
  289. *ColorSepScreenFreq CustomColor.60lpi/60 lpi: "60"
  290.  
  291. *ColorSepScreenProc ProcessCyan.60lpi/60 lpi: "
  292. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  293. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  294. *End
  295. *ColorSepScreenProc ProcessMagenta.60lpi/60 lpi: "
  296. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  297. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  298. *End
  299. *ColorSepScreenProc ProcessYellow.60lpi/60 lpi: "
  300. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  301. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  302. *End
  303. *ColorSepScreenProc ProcessBlack.60lpi/60 lpi: "
  304. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  305. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  306. *End
  307. *ColorSepScreenProc CustomColor.60lpi/60 lpi: "
  308. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  309. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  310. *End
  311.  
  312. *ColorSepTransfer ProcessCyan.60lpi/60 lpi: "{ }"
  313. *ColorSepTransfer ProcessMagenta.60lpi/60 lpi: "{ }"
  314. *ColorSepTransfer ProcessYellow.60lpi/60 lpi: "{ }"
  315. *ColorSepTransfer ProcessBlack.60lpi/60 lpi: "{ }"
  316. *ColorSepTransfer CustomColor.60lpi/60 lpi: "{ }"
  317.  
  318. *% end of PPD file for LaserWriter II NTX
  319.